Skip to content

Minimum sum partition code#18

Open
chaitanyalal18 wants to merge 4 commits intoAlkatraz-tech:mainfrom
chaitanyalal18:main
Open

Minimum sum partition code#18
chaitanyalal18 wants to merge 4 commits intoAlkatraz-tech:mainfrom
chaitanyalal18:main

Conversation

@chaitanyalal18
Copy link
Copy Markdown

Please check and accept my contribution to Hacktoberfest.
Added an efficient algorithm for the Minimum sum partition question under DP folder.

Given an integer array of size N, the task is to divide it into two sets S1 and S2 such that the absolute difference between their sums is minimum and find the minimum difference. Adding an efficient code for the same.
Given an integer array arr of size N, the task is to divide it into two sets S1 and S2 such that the absolute difference between their sums is minimum and find the minimum difference. Attaching the efficient code for same.
@Alkatraz-tech
Copy link
Copy Markdown
Owner

Please delete that extra algorithms folder that you created with hello.java else looks fine just do that and I will accept it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants